2013-12-19 - 6474 - Spec - SNC Inbound Delivery PGR (Statistical) #SNCProject #ABAPSNC
SPECIFICATIONS
6474.200 - Spec - SNC Inbound Delivery PGR (Statistical)
Purpose
Post Goods Receipt For Drop Ship Orders ( Inbound Delivery)
Admin Info
Purpose
|
Post Goods Receipt For Drop Ship Orders.
|
Requested By
|
Jeffrey M. Mau & Rahul Attarde
|
Spec Created By
|
Vengal Rao
|
Spec Created Date
|
12/19/2013
|
Spec QA by
|
Adithya, Vengal Rao
|
Objects
|
ZRMM_DOMSHP_GSCI
|
Document Status
|
Complete
|
References
Prior Tickets
N/A
Documents
Sample input file for which PGI is happening for Outbound Deliveries;
UPSFile.TXT
Functional Requirement
For inbound Deliveries PGR is required.
The Goods Receipt (Statistical) is done for the Inbound deliveries which is termed as Post Goods Receipt. Before the PGR, delivery quantity has to be updated in the Inbound which is termed as Put Away process.
Currently the Program 'ZRMM_DOMSHP_GSCI' is used to do Pick and PGI for Outbound Delivery and updates the carrier ID in the Sales Order.
The same program must be modified so that it can be used to be do put away and goods receipt (PGR) for Inbound Deliveries with out disturbing the current functionality for outbound deliveries.
The Program generates the IDOC which has to be processed.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
The Goods Receipt program is set up as a background job which will run daily. In the process the putaway quantity is updated and then PGR is triggered.
When the Goods Receipt should be created:
Test Plan
[List test scenarios/cases to be executed here]
To do this test we need to Imort the file in the SAP Directory.
S.No
|
Test Scenario
|
Expected Results
|
1.
|
Run the Program for Inbound Delivery
|
IDOCs must be generated on processing the IDOC Putaway and PGR must be done for the Inbound Delivery
|
2.
|
Run the Program for Outbound Delivery
|
IDOCs must be generated on processing the IDOC Pick and PGI must be done for the Outbound Delivery
|
3.
|
Run the Program for Inbound and Outbound Delivery
|
IDOCs must be generated on processing the IDOC Pick and PGI must be done for the Outbound Delivery and
Putaway and PGR must be done for the Inbound Delivery
|
Solution Details
[Provide complete technical details for configuration or programming here]
This would be a background Job as it is in currently.
Issues